home *** CD-ROM | disk | FTP | other *** search
/ Inside the White House / Inside the White House.iso / bios.dir / 00040.ls < prev    next >
Encoding:
Text File  |  1995-08-02  |  452 b   |  17 lines

  1. on enterFrame
  2.   global gSPicSprite
  3.   puppetSprite(6, 1)
  4.   puppetSprite(7, 0)
  5.   puppetSprite(8, 0)
  6.   puppetSprite(9, 0)
  7.   set the locH of sprite 3 to 10000
  8.   set the locH of sprite 4 to 10000
  9.   set the locH of sprite 5 to 10000
  10.   set the locH of sprite 6 to 10000
  11.   set the locH of sprite 8 to 10000
  12.   set the locH of sprite 9 to 10000
  13.   set the castNum of sprite 3 to 371
  14.   puppetSprite(gSPicSprite, 1)
  15.   set the visible of sprite gSPicSprite to 1
  16. end
  17.